home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / pcbgrab4.arj / HISTORY < prev    next >
Text File  |  1994-02-05  |  2KB  |  38 lines

  1. 02/04/94
  2.  
  3. Several users have reported that the program goes too slow on their system,
  4. so I pondered ways on speeding the process up.  After a while, I remembered
  5. that PCBoard itself maintains an index file on all DIR files.  After asking
  6. tech support the layout, I implemented a new system that reads the indexes
  7. first to locate a file, then pull out that description from the DIR file.
  8.  
  9. The result is a much faster program.  Instead of having to scan through 100k
  10. of text to find a file, I can read in a 3k index and find it much faster!
  11. Enjoy!
  12.  
  13. 01/30/94
  14.  
  15. It was requested of me to make the description file appear first in the batch
  16. so that if the user's transfer got aborted, he would still have a complete
  17. list of the files he was downloading.  So, I did!
  18.  
  19. Fixed an obscure bug.  If a files description contained a filename of it's
  20. own, i.e.    FILENME1.ZIP  This a cool game.  Also get FILENME2.ZIP!
  21.              FILENME2.ZIP  Disk 2 of this game
  22.  
  23. When the program came across FILENME2.ZIP in the batch file, then it would
  24. locate that file in the FILENME1.ZIP description and not pull the description
  25. out correctly.  Fixed!
  26.  
  27. Changed the default for Do You Wish to Download Descriptions to Yes!  It 
  28. doesn't add any additional time to their transfer to speak of, and I noticed
  29. alot of users didn't really understand what they would be getting.  So now,
  30. if they know they don't want it, then they just hit N.
  31.  
  32. 01/28/94
  33. Found out that single line BBS's did not use the same extension on the FLIST.
  34. file that PCBoard maintains with the batch download list.  Fixed!
  35.  
  36. 01/27/94
  37. First release!
  38.